Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_cntrl
ctype_cntrl
Check control characters
Name:
ctype_cntrl
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check control characters
Related
How to get error message of SQL statement through mysqli_stmt::$error
5
How to Use the imagestringup Function in PHP to Draw Vertical Text on Images: A Detailed Guide
1
Risk of calling next_result() when there is no multi-result set
6
PHP File IO Operations: Efficient Methods for Reading and Writing Files
10
Similar Functions
ctype_punct
ctype_punct
Checkforprintablecha
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_print
ctype_print
Checkprintablecharac
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_lower
ctype_lower
Checklowercasecharac
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_space
ctype_space
Checkspacecharacters
ctype_graph
ctype_graph
Checkforanyprintable
Popular Articles